开发者

Padlock icon with iPhone frameworks in Xcode

开发者 https://www.devze.com 2022-12-13 07:06 出处:网络
I\'m getting a lot of linker errors (and missing architect开发者_StackOverflow社区ures in i386), and I\'ve noticed that my frameworks have got little white padlock items next to them... what does this

I'm getting a lot of linker errors (and missing architect开发者_StackOverflow社区ures in i386), and I've noticed that my frameworks have got little white padlock items next to them... what does this mean? How can i solve the missing architecture error for UIKit and Foundation?


The padlocks are normal All my framework icons have padlock badges as well. They just mean the files in the frameworks are not writable.

You will have padlocks on the API frameworks if you don't run with Admin permissions. I never do and never have problems with it.

Of course, if you have custom frameworks or the padlock badges suddenly appeared where none were before, you might have an issue. I would check for permissions problems.

You could check for a corrupted project by creating a new project with the same frameworks and seeing if the problem persist. Although, you should try a "clean all" before doing anything as that will get rid of most trivial linker problems.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号