ionic build ios
works fine but I went to do ionic build ios --release
and the first time it didn't fail but it didn't build succeed either.
The second time I tried I got this error?
The following build commands failed:
Ld build/My\ App.build/Release-iphonesimulator/My\
App.build/Objects-normal/i386/My\ App normal i386
(1 failure)
Error: Error code 65 for command: xcodebuild with args: -
xcconfig,/Users/me/desktop/app/platforms/ios/cordova/
build-release.xcconfig,-project,My App.xcodeproj,-target,My App,-
configuration,Release,-sdk,iphonesimulator,-destination,platform=iOS
Simulator,build,CONFIGURATION_BUILD_DIR=/Users/me/desktop/
app/platforms/ios/build/emulator,SHARED_PRECOMPS_DIR=/Users/me/
desktop/app/platforms/ios/build/sharedpch
I've done ionic build ios and uploaded it to testflight and itunes connect through xcode in the past without issue in order to test.
Is that way still ok for the final production version to submit to the store or must it be the release command?
I was just about to get the app on the store so any help would be much appreciated!