appcode Questions
4
Solved
There are so many settings in the preferences for Code->Style->Objective-C. I'm looking for the right one to reformat this line of code
SCPropertyDefinition *test = [SCPropertyDefinition definiti...
Sensual asked 29/4, 2013 at 22:36
13
Solved
I added a UIView xib file using the root class of MyView.
I created it in the wrong place and so moved it in the project. Same project just a different folder/group.
I then had a problem when run...
Coherence asked 16/10, 2013 at 11:6
2
On our team, pull requests were often raised with changes similar to the following
(or sometimes they would change back, that is, remove the .git)
This was causing a lot of noise in PRs but we wer...
Arabela asked 25/5, 2022 at 5:33
2
Solved
In download page of Jetbrains website there is no download option for linux. I googled for "jetbrains appcode IDE on Linux". some peoples say "it's crossplatform".
Is it possible to run jetbrains a...
Saleable asked 26/6, 2014 at 5:20
3
Solved
2
Solved
I can not find any references to running xcode playgrounds in AppCode so am assuming that were not possible? Here is what an xcode playground looks like in AppCode: I am not even sure where to find...
Airy asked 11/5, 2020 at 20:26
1
XCode indents method chaining like this:
xcode method chaining indentation
However if I press auto-format on appcode, it formats it in a weird way:
appcode method chaining indentation
Does appcode ...
2
Solved
Is there a way to immediately see Swift errors in AppCode? On their website they talk about static code analysis, but nowhere could I find a claim that this happens instantly. When you type some Sw...
Dowski asked 27/3, 2016 at 16:7
2
Solved
I would like to know why AppCode is not highlighting errors/warning messages (nor swiftLint errors) directly in source editor; only after running the app errors/warnings are shown in Messages panel...
Bandylegged asked 9/10, 2017 at 10:13
3
I have an app I am writing for iOS that will run just fine in Xcode but AppCode by Jetbrains says :
Error:Code Sign error: No code signing identities found: No valid signing identities (i.e. certi...
4
Solved
I've inherited a huge iOS project which is all using two-space indenting. I need that to be four-space indenting. I know that I can hit Ctrl+I per file, but I'm wondering whether Xcode (or AppCode,...
Bipolar asked 9/12, 2015 at 16:27
1
Solved
Is it possible to write proper Swift-code using the AppCode IDE from JetBrains? I'm looking for an option to build a native iOS-app without buying a macbook or iMac. I've been looking and searching...
5
Solved
I keep getting this error in AppCode, but usually it runs just fine with Xcode:
Error:xcodebuild: error: The run destination iPad Mini is not valid
for Running the scheme 'Appname'. Error:iPad ...
1
AppCode is indexing my entire home folder including places like ~/Library/Containers/com.apple.Maps/... and ~/Dropbox/ etc. which is taking eons. I know I can invalidate my cache and restart, but t...
4
Solved
Is there a shortcut to quickly show the type of a variable in JetBrains' AppCode? Preferably this would be something akin to Visual Studio, which shows the type of a variable when you hover over it...
Pessimist asked 9/4, 2013 at 18:42
4
Solved
I have installed newest version of RxSwift by CocoaPods.
While trying to use simple elements of RxSwift, like NotificationsCenter.default.rx it doesn't prompt methods to use. Interestingly someti...
Titmouse asked 21/11, 2017 at 19:8
1
Solved
I'm working with multiple people on an app in Xcode. Today I started Xcode and tried to run the app on my simulator, but it doesn't run. It builds and gives no errors, but the app won't appear on t...
1
Are there any plugins for AppCode so that I can edit and design the user interface like the Interface Builder in Xcode?
I prefer AppCode because it's customizable but it appears to me that it does...
Kaph asked 5/7, 2017 at 7:10
1
Solved
Is there any way in AppCode 3.0 to generate documentation comments like in IntelliJ?
For example, in IntelliJ I can type a method:
public int method(float number){
// magic
}
And when above it...
Starter asked 25/5, 2014 at 19:12
1
Solved
After I updated Xcode to 7.3 I am unable to start debugging with AppCode 3.3.2 & 3.3.3 I am just able to Run without debugging each time I start debbuging with appcode this happens in the conso...
Attending asked 24/3, 2016 at 7:27
4
Solved
My "Run" button under "Product" is greyed out and after trying a few things from various forums, can't figure out what's gone wrong.
I've tried removing the project.xcworkspace and xcuserdata file...
Polydipsia asked 16/11, 2011 at 1:13
1
The AppCode IDE home page states that:
AppCode natively supports Objective-C, Swift,
C and C++, including C++11, libc++ and Boost, as well as JavaScript,
XML, HTML, CSS and XPath. Use your preferr...
Souffle asked 10/8, 2015 at 4:5
1
Can we set AppCode to open a file with one click? The default is two click like on non-macOS systems.
It would be more natural for those used to opening files with one click in Xcode.
Dianemarie asked 2/7, 2015 at 15:59
1
Solved
We want to start to use AppCode in my team but we want to use same code style between Xcode and AppCode (we're already using Uncrustify on Xcode).
Does someone have experience sharing code styles ...
Clarsach asked 23/3, 2015 at 14:10
1
Solved
I cannot seem to find the plugin for appcode in intellij. I've read online that intellij encapsulates all functionality in the other ideas through plugins. However I cannot seem to find the one for...
Gripping asked 2/2, 2015 at 6:7
1 Next >
© 2022 - 2024 — McMap. All rights reserved.