質問

I accidentally opened my project in an older version of xCode (I believe this is what caused the problem) and since then my iOS application has gotten messed up.

It started running in 3.5 inch resolution in the 4inch simulator as well as my 4 inch iphone 5s. It runs the squished 3.5 version of it and this wasn't happening before.

Furthermore the icon no longer works even though there is an icon in the project.

Something must have gotten corrupted or changed and I'm breaking my head trying to figure this out.

Thanks,

Kenneth

役に立ちましたか?

解決

I'm not sure about the resolution but for the icons check your info.plist file, may be that your CFBundleIcons dictionary got corrupted.

他のヒント

After hours and hours I figured it out!

The problem was the images.xcassets.

I deleted this and created and a brand new one and it fixed the issue.

I am so relieved to have found the solution.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top