简体   繁体   中英

Xcode & OpenFrameworks IOS apps will not run

I can't seem to get the example IOS Apps in OF working on Ipad. They only work in the Ipad simulator. I downloaded the specific IOS version of OF for Xcode.

Each time I get an error, then it seems that if change one thing recommended by the error readout I get another completely different error. At the moment the error looks like this:

图片

Is anyone aware of tutorials online where I can see clearly the steps involved in the process of loading very simple OF app to ipad? I may have messed up in the developer bit.

I found a user with a similar conundrum here: g95 ld: library not found for -lcrt1.o

I followed the recommendations but either nothing worked or I didn't understand how to implement.

I'd really appreciate any help at all.

There is no crt1.o for iOS. This file contains the start symbols on some systems. You should search for crt1.3.1.o in the build settings, and delete this flag or the crt1.3.1.o from the settings.

事实证明,这是Xcode中的设置问题的症状,并且注意到与更改代码有关。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM