i have been developing my app on android for a while and today started attempting to test on an ios simulator, after finishing all the required installations, cocoapods and such, my test app works but my real app is not, getting several errors on the ios simulator but not on android emulator, can anyone help?
These are the final lines
Error output from CocoaPods: ↳
[!] <PBXGroup UUID=97C146E51CF9000F007C117D> attempted to initialize an object with an unknown UUID. CF3B75C9A7D2FA2A4C99F110 for attribute: children. This can be the result of a merge and the unknown UUID is being discarded.
[!] Automatically assigning platform ios with version 8.0 on target Runner because no platform was specified. Please specify a platform for this target in your Podfile. See https://guides.cocoapods.org/syntax/podfile.html#platform.
Error running pod install Error launching application on iPhone Xʀ.
Edit: Set of errors I'm getting from xcode
app/ios/Flutter/Debug.xcconfig:1: could not find included file 'Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig' in search paths (in target 'Runner')
:-1: Capabilities for Runner may not function correctly because its entitlements use a placeholder team ID. To resolve this, select a development team in the build settings editor. (in target 'Runner')
There are no accounts registered with Xcode. (Add your developer account to Xcode)