Alessio Roberto
Alessio Roberto
@dehlen I didn't receive any news and unfortunately I was busy. If I can, next weeks I give it a try.
Update: I forgot to mention that Xcode shows "Build failed" at the end, but no red alert and a log of the problem.
I "solved" the problem by redoing the framework with https://github.com/jverkoey/iOS-Framework. Now my new framework works equally well with arm64 that with the i386 architetture. I'm sorry to abandon this project...
The font name suggested by @the-c0d3r works fine for me:  Very simple to set: Settings -> Packages ![screen shot 2017-04-03 at 14 37...
Both with the libraries that with the framework is not possible to avoid this in Xcode (this's a problem that I have found many times).
@lwsitachi no it's a "limitation" of Xcode. Sincerely I don't know if with Xcode 6 and the return of Framework Template for iOS, this issue is solved.
Same problem after pull merge for Xcode 5 support.
Check in Framework Build Settings: Build Active Architecture Only = NO Valide Architectures = arm64 arm7 arm7s With Xcode 5.1.1 all projects are configured to support arm64 and the first...