Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- localizing
- storyboard
- Xcode11.1
- ロールパーク
- RollParking
- nslocalizedDescription=query cancelled
- code=13
- iPadOS
- safearea
- appleid
- 駐車場の場所
- swift
- iPadOS13
- NationalPetition
- error domain
- pan gesture
- 駐車場
- 스토리보드
- 롤파킹
- cerificate
- ios
- Xcode11
- ventura
- SceneDelegate
- swift4
- iphone
- iOS13
- query cancelled
- Xcode
- iOS12
Archives
- Today
- Total
HoonStyle
FileTracker : error FTK1011 본문
Visual Studio 2010 에서 빌드시
FileTracker : error FTK1011 에러가 나타나는 경우
- 프로젝트파일 (프로젝트명.csproj) 을 edit 툴로 열어서 아래 구문 추가함.
PropertyGroup 그룹은 이미 존재함으로 실제는 그 밑에 구문만 추가하면 됨.
<PropertyGroup>
<TrackFileAccess>false</TrackFileAccess>
</PropertyGroup>
=> 문제 발생시 마다 추가 저장해야함.
이렇게 해서 해결함.
'Programming' 카테고리의 다른 글
[MFC]List Control Height(높이) 변경 (0) | 2012.08.21 |
---|---|
[MFC]List Control 색 입히기 (0) | 2012.08.21 |
error C2440: 'static_cast' : 'void (__thiscall CDlgAlarms::* )(WPARAM,LPARAM)'에서 'LRESULT (__thiscall CWnd::* )(WPARAM,LPARAM)'(으)로 변환할 수 없습니다. (2) | 2012.03.13 |
HTML TAG정리 (0) | 2011.03.27 |
Eclipse 줄번호 보이기 (0) | 2011.03.17 |