Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
iPhone Simulator で完全に動作するユニバーサル アプリケーションを作成しました。しかし、アプリケーションは iPad シミュレーターでクラッシュします。実行は、iPad 自体の AppDelegate には入りません。エラーをスローしたり、何もしないだけです。
また、「ターゲットデバイスファミリ」のビルド設定が正しく設定されていないために、これが間違っているのを見てきました。
問題は解決しました...何とか.xibでデリゲートがファイルの所有者に接続されていませんでした。愚かな間違い。回答ありがとうございます