xcode

iOS

Xcodeが起動できない Failed – Could not download iOS 17.0.1 Simulator …

xcodeでダウンロードに失敗Failed to download iOS 17 simulator xcode 15.0.1を入れたのですが、simulatorのダウンロードに失敗するので起動できません... ...
iPhone

Xcode : iPhone Developer Mode disabled

iOS 16.1.1 で Xcodeを入れ替えたらまた出てきました。 んー? iPhone 設定 > セキュリティ、プライバシー > デベロッパーモード ロックダウンモードという怪しげなものもありますね ロ...
iOS

Unity : iOS ビルドエラー : The Legacy Build System will be removed in a future release. You can configure the selected build system and this deprecation message in File > Project Settings.

Xcode 13 でエラーになりました。 File > Project Settings を見ろと Legacy Build System が Deprecated 非推奨なので変更 Build ...
iOS

Xcode organizerで更新できない>_
Archiveを作成して Distribute App しようとしたら・・・ 久しぶりだと色々面倒が・・・ 実機テストまでは問題ありませんでしたが しかし前もこんなことあったような無かったような・・・よく覚えてい...

iOS

Xcode Swift ダークモード対応の話 iOS13

if #available(iOS 13.0, *) { } みたいな、ダークモード対応していた部分なのですが、これなんだろう?と思ってしまい・・・ 今対応したわけではなくて、backgroundColorとか色をつけた後戻す...
iOS

Storyboardから複数のviewcontroller呼び出し Swift

main.storyboardとは別に my.storyboardを作ったとして2つのviewcontrollerを用意 片方にentrypoint as initial view controller をチェッ...
iOS

SDWebImageが使えない?Xcode 13.2.x

Xcodeを更新してひさしぶりにビルドしたらいくつかのエラーが Optionalじゃない返り値で if を使うとエラー func getA () -> Int { } --- if let a:Int = class.getA...
iOS

app storeを使わず Xcodeをダウンロードする!複数Xcodeを利用する!

mac複数台あることもあり、複数バージョン置いておく必要もあり More Downloads こちらから Xcode 13.2.1 をダウンロードします^^ Xcode.appを Xcode_13_2_1.app などに...
iOS

unity: iOS APNs 設定 push notifications

いくつか警告が出たりしたので。 developer.apple.com の identifiers 作成のところで Push notificationsをチェック Xcode で Capability に Pu...
Unity

Unity : Google mobile ads . iOSビルドエラー・・・type unknown name

普通にgoogle mobile adsのパッケージを入れて Xcodeでビルドしたら・・・ Unknown type name GADRewardedInterstitialAd 検索しても特に他の方はエラー出ていない様子・...
タイトルとURLをコピーしました