일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
- Game
- Mac
- 3d
- Android
- sdk
- AS3
- unity3D
- swf
- unity
- file
- path
- 단축키
- Ane
- 게임
- smartfoxserver
- 태그를 입력해 주세요.
- class
- texture
- 경로
- 배열
- ios
- Flash
- Build
- AIR
- builder
- 영어
- XML
- iphone
- 아이튠즈
- flash builder
- Today
- Total
목록failed (2)
상상 너머 그 무언가...
스타링 테스트를 하면서 atf파일을 임베디드해서 AssetManager에서 사용하는 코드를 작성 후 디버그 플레이를 했더니아래와 같은 오류가 발생했다. Error #2044: Unhandled ErrorEvent:. text=Error #3677: Texture decoding failed. Internal error. 인터넷에 검색해보니 플래시 컴파일러에게 아래 이미지 처럼 해당 플래시가 17버전 이상에서 돌아가야 한다는걸 명시해주면 된다고 한다. -swf-version=17 위 문장을 'Additional compiler arguments:' 부분에 추가하고 적용 후 다시 디버그테스트를 해보면 문제 없이 실행이 된다. 참조 : http://forum.starling-framework.org/topic..
오류메시지Error occurred while packaging the application:Id: framework not found MapKitCompilation failed while executing : Id64 해결방법오른쪽 하단에 있는 Browse... 버튼을 눌러 경로를 설정해주면 오류가 발생하지 않는다./Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.1.sdk iOS 6.0 경로/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.0.sdk 참조 : ..