osx - Cocoapods - Invalid symlinks (Headers) prevents submission to App Store -
i'm getting following error when trying submit osx application:
we have discovered 1 or more issues recent delivery "planiro tracker". process delivery, following issues must corrected:
invalid symlink - package contains symbolic link 'com.droidlabs.planirotracker.pkg/payload/planirotracker.app/contents/frameworks/alamofire.framework/headers' resolves location 'com.droidlabs.planirotracker.pkg/payload/planirotracker.app/contents/frameworks/alamofire.framework/versions/current/headers' not exist or outside of package.
invalid symlink - package contains symbolic link 'com.droidlabs.planirotracker.pkg/payload/planirotracker.app/contents/frameworks/promisekit.framework/headers' resolves location 'com.droidlabs.planirotracker.pkg/payload/planirotracker.app/contents/frameworks/promisekit.framework/versions/current/headers' not exist or outside of package.
i checked contents of applications, , frameworks installed cocoapods contains invalid "headers" symlink. cocoapods version 0.36.4.
i added mkdir -p "${destination}/$1/versions/a/headers" pods-frameworks.sh temporary workaround, it's strange dirs not created (not sure should happen) , maybe i'm doing wrong?
delete header symlink , resubmit.
worked me.
make sure folder "headers" in root of framework folder
make sure binary in root folder.

Comments
Post a Comment