简体   繁体   English

Shell脚本调用错误Xcode 4.5.1

[英]Shell script invocation error xcode 4.5.1

when i am trying to run my app on device i got the following error. 当我尝试在设备上运行我的应用程序时,出现以下错误。

CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 6.0'.

After changing any ios sdk in build settings to iPhone Developer now am getting the following error. 将构建设置中的所有ios sdk更改为iPhone Developer之后,现在出现以下错误。

/Users/chandrasekhar/Library/Developer/Xcode/DerivedData/UnitConverter-
dhznawqrnkbqwvcrkgpzpkjmooox/Build/Intermediates/UnitConverter.build/Debug-
iphoneos/UnitConverter.build/Script-50524F424C454D533F.sh: line 4: 
/Library/JailCoder/Entitlements/Entitlements.py: No such file or directory

help me solve this error. 帮我解决这个错误。 Reinstalling Xcode is not working 重新安装Xcode无法正常工作

再次下载Jailcoder并取消修补项目。

脚本似乎使用的是JailCoder ,似乎没有安装(或需要重新安装)。

got It! 得到它了! I couldn't get jailcoder to unpatch so what you must do is go into the build phases and remove the part that inserts jailcoder into the build phase pretty easy once you take the time to dig into the guts of the app! 我无法获得jailcoder的补丁,所以您必须做的就是进入构建阶段,并在花些时间深入了解应用程序的精髓之后,很容易地删除将jailcoder插入构建阶段的部分!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM