Three20/Three20.h file not found for Archive

前端 未结 3 1286
执笔经年
执笔经年 2021-01-26 02:12

I\'m trying to update an app that already have the Three20 library. Now i\'m using xcode 4.5 and everytime i try to make an Archive i recive this error:

Three20/Three20.

3条回答
  •  Happy的楠姐
    2021-01-26 02:46

    I also support switching away from three20, but sometimes it's not that simple.

    To resolve your issues, you can try to use CocoaPods. it's a library dependencies tool that let's you add any library you need. someone added a pod for three20 few weeks ago.

    That should let you build your project using the standard xcode archive process.

    If you don't feel like using cocoapods, you can also build that app using the "Build for..." -> "Archiving". you can find it in the same "Product" menu. it will generate a .app file that you can submit using the Application Loader app.

    you can find the .app file by secondary clicking on the target name under the "Products" folder in your project sidebar.

提交回复
热议问题