通常,如果我在app项目中创建一个Framework,我可以从NSBundle.mainBundle()获取框架的路径.bundPath +“Frameworks / FrameworkName.Framework”。
但是,如果我创建一个纯Framework项目,因为它没有应用程序。我无法获得框架的路径,因为NSBundle.mainBundle()。bundlePath始终是“/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode/Agents
”。
我该怎么办?