我有一个macOS应用程序,可促进自动wifi身份验证。当我尝试验证应用程序(在Xcode存档管理器中)时,它会报告
在Info.plist CFBundleSupportedPlatforms中找不到平台系列 或适用于.Python的Mach-O LC_VERSION_MIN
该应用程序本身就像一个魅力。但是我正在尝试对其进行验证,以便当其他人获得我的应用时它不会显示为“身份不明的开发人员”。最近,我使用Pyinstaller创建了一个可处理自动wifi验证的unix可执行文件。检查日志后,很明显Pyinstaller生成的“ auth”文件夹中.Python
文件夹中的内容。
我的应用程序在这里:https://github.com/Clumsyndicate/AutoAuth
我已经尝试过Couldn't find platform family in Info.plist CFBundleSupportedPlatforms or Mach-O LC_VERSION_MIN for phantomjs中提供的解决方案,但它对我不起作用。
我尝试过:
我检查了日志并找到了'.Python'的相关部分。
2018-11-24 15:33:48 +0000 [OPTIONAL] Didn't find info dictionary for <DVTFilePath:0x7ff4a37ee7e0:'/Users/johnsonzhou/Library/Developer/Xcode/Archives/2018-11-24/NewAuto 24-11-2018, 23.32.xcarchive/Products/Applications/NewAuto.app/Contents/Resources/auth/.Python'>: Error Domain=DVTFoundationNSBundleAdditionsErrorDomain Code=1 "Couldn't load Info dictionary for <DVTFilePath:0x7ff4a37ee7e0:'/Users/johnsonzhou/Library/Developer/Xcode/Archives/2018-11-24/NewAuto 24-11-2018, 23.32.xcarchive/Products/Applications/NewAuto.app/Contents/Resources/auth/.Python'>" UserInfo={NSLocalizedDescription=Couldn't load Info dictionary for <DVTFilePath:0x7ff4a37ee7e0:'/Users/johnsonzhou/Library/Developer/Xcode/Archives/2018-11-24/NewAuto 24-11-2018, 23.32.xcarchive/Products/Applications/NewAuto.app/Contents/Resources/auth/.Python'>}
我是一个堆栈溢出,macOS开发人员。和python noob。如果我有任何错误,请纠正我。任何帮助都至关重要!