Xcode 4 - clang error

前端 未结 7 910
走了就别回头了
走了就别回头了 2020-12-01 11:29

I\'m migrating from Xcode 3.5 to Xcode 4 and while I\'m trying to Archiving my app for AdHoc distribution.
I received this error

Precompile MyApp_Prefix.

相关标签:
7条回答
  • 2020-12-01 11:56

    Hi guys we did something that worked... We had the same problem and it was quite easy to solve... First you go to terminal type cd cd (drag the whole folder where your file is in) and press return

    after you are inside the folder you have to write:

    pod instal and type return

    something like that....

    Last login: Wed Aug 21 09:19:29 on console

    WozMac1:~ KrisBasque$ WozMac1:~ KrisBasque$ WozMac1:~ KrisBasque$ WozMac1:~ KrisBasque$ cd WozMac1:~ KrisBasque$ cd /Users/KrisBasque/Documents/QUADDRO/medapp WozMac1:medapp KrisBasque$ pod install Analyzing dependencies

    CocoaPods 0.23.0 is available.

    Downloading dependencies Using AFNetworking (1.3.1) Installing FMDB (2.1) Using MBProgressHUD (0.7) Using PSStackedView (1.0) Using Reachability (3.1.1) Installing SDWebImage (3.3) Using TapkuLibrary (0.2.4) Installing libwebp (0.3.0-rc7) Generating Pods project Integrating client project WozMac1:medapp KrisBasque$

    0 讨论(0)
提交回复
热议问题