You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 2, 2018. It is now read-only.
I changed some code lines in src directory and I'm not able to build an .ipa file for ios devices like before.
I used this command ionic package build ios --profile <profile> --release
global packages:
@ionic/cli-utils : 1.0.0
Cordova CLI : 6.5.0
Ionic CLI : 3.0.0
local packages:
@ionic/app-scripts : 1.3.0
@ionic/cli-plugin-cordova : 1.0.0
@ionic/cli-plugin-ionic-angular : 1.0.0
Ionic Framework : ionic-angular 3.0.1
System:
Node : v7.4.0
OS : Linux 3.19
Xcode : not installed
ios-deploy : not installed
ios-sim : not installed
[..]
=== BUILD TARGET BRK MuÃànchen - Bereitschaften OF PROJECT BRK München - Bereitschaften WITH CONFIGURATION Release ===
Check dependencies
Bundle identifier is missing. BRK MuÃànchen - Bereitschaften doesn't have a bundle identifier for the Release build configuration. Add a value for PRODUCT_BUNDLE_IDENTIFIER in the build settings editor.
Code signing is required for product type 'Application' in SDK 'iOS 10.2'
** ARCHIVE FAILED **
The following build commands failed:
Check dependencies
(1 failure)
Error: Error code 65 for command: xcodebuild with args: -xcconfig,/Users/package/workspace/apps-c2a5abfc-81/cordova/platforms/ios/cordova/build-release.xcconfig,-workspace,BRK München - Bereitschaften.xcworkspace,-scheme,BRK München - Bereitschaften,-configuration,Release,-destination,generic/platform=iOS,-archivePath,BRK München - Bereitschaften.xcarchive,archive,CONFIGURATION_BUILD_DIR=/Users/package/workspace/apps-c2a5abfc-81/cordova/platforms/ios/build/device,SHARED_PRECOMPS_DIR=/Users/package/workspace/apps-c2a5abfc-81/cordova/platforms/ios/build/sharedpch
I use a Linux OS and in the past it was possible to build ipa by the cloud services like this.
Did there anything change? When building apk for android devices everything works fine.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi @ALL,
I changed some code lines in src directory and I'm not able to build an .ipa file for ios devices like before.
I used this command
ionic package build ios --profile <profile>
--releasemy package.json
ionic package info <build_id>
output:
I use a Linux OS and in the past it was possible to build ipa by the cloud services like this.
Did there anything change? When building apk for android devices everything works fine.
Thanks in advance!
The text was updated successfully, but these errors were encountered: