Stuck IOS build

Hello,

I try to build my IOS app but it seems always be stuck with this command:

INFO [2018-10-10 06:06:12.84]: ▸ 2018-10-10 06:06:12.842 xcodebuild[57651:11977854] [MT] IDEDistribution: -[IDEDistributionLogging _createLoggingBundleAtPath:]: Created bundle at path ‘/var/folders/8s/t4vscjs14yd6p8736s7b3wyc0000gn/T/ExpoKitApp_2018-10-10_06-06-12.834.xcdistributionlogs’.

Any ideas?

Thanks for your help

Hey @smileanddie,

What version of Xcode are you using? Also, have you tried this with a newly created projected to see if it successfully builds?

Cheers,

Adam

Trun out it go forward after a long time but i’ve got errors:

[stderr] warning: /private/tmp/turtle/2f0c0bf8-3e91-4550-93a6-d416ca2494c0/archive.xcarchive/BCSymbolMaps/ExpoKitApp-armv7.bcsymbolmap:

[stderr] No such file or directory. Not unobfuscating.

[stderr] warning: /private/tmp/turtle/2f0c0bf8-3e91-4550-93a6-d416ca2494c0/archive.xcarchive/BCSymbolMaps/ExpoKitApp-arm64.bcsymbolmap: No such file or directory. Not unobfuscating.

INFO [2018-10-10 12:18:20.05]: Compressing 1 dSYM(s)

INFO [2018-10-10 12:18:20.05]: $ cd ‘/private/tmp/turtle/2f0c0bf8-3e91-4550-93a6-d416ca2494c0/archive.xcarchive/dSYMs’ && zip -r ‘/private/tmp/turtle/2f0c0bf8-3e91-4550-93a6-d416ca2494c0/build/2f0c0bf8-3e91-4550-93a6-d416ca2494c0-unsigned.app.dSYM.zip’ *.dSYM

INFO [2018-10-10 12:18:26.01]: ▸ adding: ExpoKitApp.app.dSYM/ (stored 0%)

INFO [2018-10-10 12:18:26.01]: ▸ adding: ExpoKitApp.app.dSYM/Contents/ (stored 0%)

INFO [2018-10-10 12:18:26.01]: ▸ adding: ExpoKitApp.app.dSYM/Contents/Info.plist (deflated 52%)

INFO [2018-10-10 12:18:26.01]: ▸ adding: ExpoKitApp.app.dSYM/Contents/Resources/ (stored 0%)

INFO [2018-10-10 12:18:26.01]: ▸ adding: ExpoKitApp.app.dSYM/Contents/Resources/DWARF/ (stored 0%)

INFO [2018-10-10 12:18:26.01]: ▸ adding: ExpoKitApp.app.dSYM/Contents/Resources/DWARF/ExpoKitApp (deflated 76%)

INFO [2018-10-10 12:18:26.02]: Successfully exported and compressed dSYM file

INFO [2018-10-10 12:18:26.29]: Successfully exported and signed the ipa file:

INFO [2018-10-10 12:18:26.29]: /private/tmp/turtle/2f0c0bf8-3e91-4550-93a6-d416ca2494c0/build/2f0c0bf8-3e91-4550-93a6-d416ca2494c0-unsigned.ipa

generated IPA

creating entitlements file…

created entitlements file

resigning IPA…

[12:18:50]: e[33mSeems like launching fastlane takes a while - please rune[0m

[12:18:50]:

[12:18:50]: e[36m$ [sudo] gem cleanupe[0m

[12:18:50]:

[12:18:50]: e[33mto uninstall outdated gems and make fastlane launch fastere[0m

[12:18:50]: e[33mAlternatively it’s recommended to start using a Gemfile to lock your dependenciese[0m

[12:18:50]: e[33mTo get started with a Gemfile, rune[0m

[12:18:50]:

[12:18:50]: e[36m$ bundle inite[0m

[12:18:50]: e[36m$ echo ‘gem “fastlane”’ >> Gemfilee[0m

[12:18:50]: e[36m$ bundle installe[0m

[12:18:50]:

[12:18:50]: e[33mAfter creating the Gemfile and Gemfile.lock, commit those files into version controle[0m

[12:18:50]: e[33mGet started using a Gemfile for fastlane Setup - fastlane docs[0m

/usr/local/lib/ruby/gems/2.4.0/gems/fastlane-2.99.0/sigh/lib/assets/resign.sh /private/tmp/turtle/2f0c0bf8-3e91-4550-93a6-d416ca2494c0/build/archive.ipa B8522C089DBDC04D5DC62E075CD0074F172E231D -p /private/tmp/turtle/2f0c0bf8-3e91-4550-93a6-d416ca2494c0/provisioning/2f0c0bf8-3e91-4550-93a6-d416ca2494c0.mobileprovision -e /private/tmp/turtle/2f0c0bf8-3e91-4550-93a6-d416ca2494c0/generatedEntitlements.entitlements -v --keychain-path /private/tmp/xdl/45a1ff90-ccbd-11e8-a5bf-7795622be66e.keychain /private/tmp/turtle/2f0c0bf8-3e91-4550-93a6-d416ca2494c0/build/archive.ipa

[stderr] _floatsignTemp/Payload/ExpoKitApp.app: replacing existing signature

I’m using

expo buid:ios

expo version 30.0.1, I’m not using the xcode of my mac.

Thanks for your help

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.