320 dependency problem

I checked the source of three20 and tried to follow this guide to create an iphone application using the framework. This guide uses templates that I also tested. They should compile correctly, but I get the following error:

The file / Users / myUser / programming / three20 / src / build / Debug-iphonesimulator / libThree20.a depends on itself. This goal may include your own product.

Does anyone ever solve this problem? I read that it is about what you want to create, which is impossible. In any case, any solution I found did not help here.

I haven’t even changed anything! Any ideas?

+3
source share
1 answer

Ok, I fixed it by opening the three20.xcodeproj file and unchecking the target field for libThree20.a (leaving it in my project that uses three20).

This, at least, led me to create and run, let me know if problems arise later.

+4
source

Source: https://habr.com/ru/post/1735212/


All Articles