i get the above error when trying to archive my app ready for uploading, not sure what it means, i first got an error that said the main iPad storyboard was missing so i copied the iPhone storyboard and then changes the source to tell it, it was an iPad storyboard (followed another question on here)
the code i've highlighted is part of the code i changed, i also changed "targetRuntime="iOS.CocoaTouch"
following this question, Converting Storyboard from iPhone to iPad
any ideas where i'm going wrong?
Your 'targetRuntime' should be "iOS.CocoaTouch.iPad" for iPad storyboards. One of mines :
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="9531" systemVersion="15C50" targetRuntime="iOS.CocoaTouch.iPad" propertyAccessControl="none" initialViewController="XXX-XXX-XX">
You can right-click on your storyboard file inside Xcode file inspector and click "Open as source-code" then update this value.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With