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
ProcessPCH /Users/myProject/platforms/ios/build/sharedpch/SharedPrecompiledHeaders/10438514788408785055/MyApp-Prefix.pch.gch /Users/myProject/platforms/ios/MyApp/MyApp-Prefix.pch normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: MyApp)
cd /Users/myProject/platforms/ios
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x .... (a lot of lines) ... 8408785055/MyApp-Prefix.pch.dia
Description:
Hi,
I'm using NodeJS v12, Cordova v9 and the Firebase plugin for such target (https://github.com/dpa99c/cordova-plugin-firebase).
When I try to build the app running
ionic cordova build ios
the build will hang on the stepProcessPCH
.Interesting thing, if I do run
ionic cordova prepare ios
followed bycordova build ios
, instead of the above command, then the build will succeed.It's also worth to notice that I could build the app with success in Xcode too.
Sample repo:
Here's a sample repo to reproduce the problem:
https://github.com/peterpeterparker/ios-build-freeze
Steps to Reproduce:
Output:
My
ionic info
:Other Information:
This issue is a follow up of the issue we discussed and analyzed in the plugin repo respectively dpa99c/cordova-plugin-firebasex#5
The text was updated successfully, but these errors were encountered: