Ignazio Calò
- 活动总数 50
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 19
-
Ignazio Calò 创建了一个帖子, 已回答Synch project and test package structure
hi, I like to keep the package structure in sync between the project and the tests. Is there any option to automatically keep them in sync? thanks. -
Ignazio Calò 创建了一个帖子, Why all the dark theme looks crappy?
Is someone using a dark theme? I can only use the default `dracula` because all the other ones downloaded from here http://color-themes.com/?view=index looks very bad using Obj-c or Swift. Thanks... -
Ignazio Calò 创建了一个帖子, 已回答How to check a Swift type for a variable?
It there any way to check the variable type in a swift instruction like this? ``` let stomeThing = myObject.function() ``` Something similar to Xcode alt+click... -
Ignazio Calò 创建了一个帖子, 已回答How to come back to the previous point ?
On xcode and AppCode the user can cmd+click on a name of a function or a property to jump directly to his declaration/implementation. On xcode, after that the user can "go back" with ctrl+cmd+<- or... -
Ignazio Calò 创建了一个帖子, How to use the system variable $(SOURCE_ROOT) in the build configuration?
I need to add an env variable that contains the current path of the project. With xcode we use "$(SOURCE_ROOT)/Unit Tests/ReferenceImages" as a value for the variable, but with AppCode the $(SOURCE... -
Ignazio Calò 创建了一个帖子, Code analysis false error
I'm analyzing my code and under "Data Flow analysis / Context-Sensitive analysis" I found an error that say "Condition is always false"This is the related code: UserMessagesViewController *userMes... -
Ignazio Calò 创建了一个帖子, Rename method doesn't work as expected
I'm using Appcode 3.3.1 Build n. 143 382Step to reproduce:1. Open an iOS project2. Select an Obj-c method3. Chose "refactor -> rename" from the contexual menu.4. Type a different name.5. Hit return... -
Ignazio Calò 创建了一个帖子, Impossible to change the filter options on "go to file" window.
I'm using Appcode 3.3 Build 143.381I'm facing a bug with the build, related to all the "goto file", "goto class", "goto symbol" window.Step to reproduce:1. Open an existing project.2. Select "navig... -
-
Ignazio Calò 创建了一个帖子, Unable to build the app, any advice?
I'm trying to build an iOS project with Appcode, but seems that something doesn't work in the proper way.The project is an iOS7 + Apple watch OS1 project and all the dependencies are managed with c...