UE4 ERROR: Not expecting project ... to already have a target rules of with configuration name Game (AppNameTarget) while trying to add
UE4でIOSリモートビルドをしようとした時に、ERROR: Not expecting project ... to already have a target rules of with configuration name Game (AppNameTarget) while trying to add
英語で調べても全然ドキュメント出てこないから苦戦した。
解決方法
同じ名前で何回もリモートビルドしていたのが原因。MAC側に前のターゲットファイルが有るよっていう事らしい。
/Users/MacUserName/UE4/Builds/WindowsPCname/C/Users/WindowsUserName/Documents/Unreal_Projects/Appname/Intermediate/ProjectFilesIOS/AppName.xcodeproj
が既に有ることが原因だった。
Windows側のプロジェクトフォルダにProjectFilesIOSなんてフォルダねーじゃん!って思ってたらこれMAC側のルートだったのね。MACでリモートビルド用フォルダを全部消せば直る。↑のルートの場合は
rm -rf /Users/MacUserName/UE4/Builds/WindowsPCname/C/Users/WindowsUserName/Documents/Unreal_Projects/*
をしてからまたビルドしてみよう!
Author And Source
この問題について(UE4 ERROR: Not expecting project ... to already have a target rules of with configuration name Game (AppNameTarget) while trying to add), 我々は、より多くの情報をここで見つけました https://qiita.com/Chi__no_/items/541a8ddbfbe69d6f94ba著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .